home *** CD-ROM | disk | FTP | other *** search
/ Earthcare Interactive! / Earthcare Interactive (Wayzata Technology) (1994).mdf / setup.inf < prev    next >
INI File  |  1994-06-22  |  5KB  |  132 lines

  1. ; Copyright (c) 1990, 1991 Microsoft Corporation. All rights reserved.
  2.  
  3. [setup]
  4. ;
  5. ; Put global information about the application here.
  6. ;
  7.   "PACKAGENAME","Font Pro 3 Viewer"
  8.   "CAPTIONNAME","Font Pro 3 Viewer Install"
  9.  
  10. [disks]
  11. ;
  12. ; Put information about the installation disks here.
  13. ;
  14. ; Format:
  15. ;
  16. ; "n","path","name"
  17. ;
  18. ; n     : The disk number, 0-9, A-Z.  MUST BE ONE CHARACTER!
  19. ; path  : The path of the disk, i.e. "A:\"
  20. ; name  : The name on the printed disk label on the outside of the disk
  21. ;         for example "Solitare Distribution Disk #1"
  22. ;
  23.   "0","A:\","Solitare Distribution Disk #1"
  24.   "1","A:\","Solitare Distribution Disk #2"
  25.  
  26. [directories]
  27. ;
  28. ; Describe the directories that will receive the files here.
  29. ; There are two types of directories: parent and children. Child
  30. ; directories are subdirectories of the parent or of other children.
  31. ; Only one parent is allowed. Define as many children as required.
  32. ;
  33. ; Format:
  34. ;
  35. ; "n","path","description"
  36. ;
  37. ; n           : The directory number. The parent must be directory 0 and
  38. ;               must be defined. Child directories are named beginning
  39. ;               with A and must be named sequentially.
  40. ; path        : The name of the subdirectory. The names of child directories
  41. ;               must begin with a backslash (\).
  42. ; description : The description of the purpose of this directory
  43. ;
  44.   "0","C:\PC","Earthcare Directory"
  45.   "A","\CHILD1","WTI Directory Child 1"
  46.   "B","\CHILD2","WTI Directory Child 2"
  47.  
  48. [apps]
  49. ;
  50. ; Put information about each file here.
  51. ;
  52. ; ----------------------------------------------------------------------------
  53. ;
  54. ; NOTE:  There are two types of setup: Simple and Complex.
  55. ;
  56. ;        Simple:  Installs ALL files, like a batch file.  For this       
  57. ;                 setup, do not worry about "D" flags, "R" flags,
  58. ;                 or the <nn> flag.
  59. ;
  60. ;        Complex: Presents the user with a dialog box listing the
  61. ;                 files in the distribution. The user can choose the
  62. ;                 files to install. In the complex setup, all flags
  63. ;                 must be specified.
  64. ;
  65. ; ----------------------------------------------------------------------------
  66. ;
  67. ; Format:
  68. ;
  69. ; "n","flags","d","idir","filename","PName", "Description","Comment","size"
  70. ;
  71. ; n          : The disk number for this file
  72. ;
  73. ; flags      : Can be none, one, or many of the following:
  74. ;
  75. ;              C   : Compressed file. Specify the "real" filename here
  76. ;                    in the INF file. SETUP will search the floppy disk
  77. ;                    for a file having the same name except that the last
  78. ;                    character of the file extention is changed to '$'
  79. ;              R   : Required file--SETUP **will** copy this file
  80. ;              D   : Display this file in the user selection list box
  81. ;              Ic  : Add this program to Program Mananager, group "c."
  82. ;                    Group is a letter from A-Z
  83. ;              nn  : The next "nn" entries create a group of files to
  84. ;                    copy. For example, if there are four files that
  85. ;                    are copied as a package, put 03 in the nn field
  86. ;                    and put the other three files immediately following.
  87. ;                    Set the size field for the first file to the sum
  88. ;                    of the sizes of all the fields in the group.
  89. ;
  90. ; d          : The destination directory. 0 = Parent, 1-9, A-Z = Children
  91. ;
  92. ; idir       : The directory on the install disk
  93. ;
  94. ; filename   : The actual name of the file
  95. ;
  96. ; PName      : The name of the icon in Program Manager (required if D flag)
  97. ;
  98. ; Description: A short description, for the list box entry (only if D flag)
  99. ;
  100. ; Comment    : The lengthy text displayed in the comment box (only if D flag)
  101. ;
  102. ; size       : Size of file/group in kilobytes (only if D flag)
  103.  
  104.   "0","02DIA","0","BIN","EARTHC.EXE","EarthCare!","EarthCare!","EARTHWT","70"
  105. ;
  106.  
  107.  
  108.   "0","02DIA","0","TEXT","READ_ME.WRI","Read Me","Read Me","EarthCare Read Me","70"
  109.   "0","02DIA","0","TEXT","REGISTER.WRI","Register!","Register!","Register!","70"
  110.   
  111.   "0","02DIA","0","TEXT","ILOVEAIR.WRI","I Love Air text","I Love Air text","I Love Air text","70"
  112.   "0","02DIA","0","TEXT","ILOVEANI.WRI","I Love Animals text","I Love Animals text","I Love Animals text","70"
  113.   "0","02DIA","0","TEXT","ILOVEDRT.WRI","I Love Dirt text","I Love Dirt text","I Love Dirt text","70"
  114.   "0","02DIA","0","TEXT","ILOVEWTR.WRI","I Love Water text","I Love Water text","I Love Water text","70"
  115.   
  116.   "0","02DIA","0","TEXT","SONGS.WRI","Words to the songs","Words to the songs","Words to the songs","70"
  117. [progman]
  118. ;
  119. ; This defines the Program Manager groups to which the icons will be
  120. ; added.
  121. ;
  122. ; Format:
  123. ;
  124. ; "n","Title","filename"
  125. ;
  126. ; n        : The identifier for the group, A-Z
  127. ; title    : The caption on the group window
  128. ; filename : The name of the GRP file
  129.  
  130.   "A","EarthCare!","EarthWT.GRP"
  131.  
  132.